Fix compiler warning
authorjustbur <justin@burkett.cc>
Tue, 1 Sep 2015 17:00:51 +0000 (13:00 -0400)
committerjustbur <justin@burkett.cc>
Tue, 1 Sep 2015 17:00:51 +0000 (13:00 -0400)
which-key.el

index 325e1438e0a8c17085460e18ba3090b623f40b06..51e03c6482605fc3d4bc11af522c577cd6ce11db 100644 (file)
@@ -1158,8 +1158,6 @@ Will force an update if called before `which-key--update'."
            (next-event-if-not-showing
             (mapcar (lambda (ev) (cons t ev))
                     (listify-key-sequence keysbl)))
-           (n-pages
-            (plist-get which-key--pages-plist :n-pages))
            (next-page
             (if which-key--current-page-n (1+ which-key--current-page-n) 0)))
       (cond